Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build: remove "beta" from build.commands #11411

Merged
merged 4 commits into from
Jun 17, 2024
Merged

Conversation

humitos
Copy link
Member

@humitos humitos commented Jun 13, 2024

Closes #11405


📚 Documentation previews 📚

@humitos humitos requested review from a team as code owners June 13, 2024 09:08
@humitos humitos requested a review from ericholscher June 13, 2024 09:08
@@ -418,10 +418,6 @@ def check_old_output_directory(self):
def run_build_commands(self):
"""Runs each build command in the build environment."""

self.attach_notification(
message_id=BuildUserError.BUILD_COMMANDS_IN_BETA,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this also be removed? I guess existing notifications use this message, but we could also just delete those.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, existing notification use this message. We can decide what to do with them --but I think it's fine to keep them for now.

docs/user/build-customization.rst Outdated Show resolved Hide resolved
docs/user/config-file/v2.rst Outdated Show resolved Hide resolved
docs/user/config-file/v2.rst Outdated Show resolved Hide resolved
docs/user/config-file/v2.rst Outdated Show resolved Hide resolved
@humitos humitos enabled auto-merge (squash) June 17, 2024 08:39
@humitos humitos merged commit 1ad7a38 into main Jun 17, 2024
4 checks passed
@humitos humitos deleted the humitos/no-beta-build-commands branch June 17, 2024 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build: remove "beta" warning from build.commands
3 participants